Package com.cisco.pt.impl
Class UUIDImpl
java.lang.Object
com.cisco.pt.impl.UUIDImpl
- All Implemented Interfaces:
UUID
- Author:
- packettracerexapps@external.cisco.com
-
Field Details
-
UUID_BYTES
public static final int UUID_BYTES- See Also:
-
-
Constructor Details
-
UUIDImpl
public UUIDImpl(byte[] newBytes) - Parameters:
newBytes- byte[]
-
UUIDImpl
- Parameters:
str- String
-
-
Method Details
-
setBytes
protected void setBytes(byte[] newBytes) -
toString
-
getDecoratedHexString
- Specified by:
getDecoratedHexStringin interfaceUUID- Returns:
String
-
getByteArrayValue
public byte[] getByteArrayValue()- Specified by:
getByteArrayValuein interfaceUUID- Returns:
- byte array
-
makeRandom
-
equals
-